home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / super_fly.swf / scripts / frame_82 / DoAction.as
Text File  |  2012-01-07  |  138b  |  10 lines

  1. x = "1";
  2. iterations = "20";
  3. i = "0";
  4. while(i < iterations)
  5. {
  6.    x -= (x * x - input) / ("2" * x);
  7.    i += "1";
  8. }
  9. tongLength = x;
  10.